<script>on mouseUpset lockScreen to trueput 0 into NumOrgput 0 into NumInorgput number of last card into finalrepeat with i = 1 to final - 1set the cursor to 4go to next cardget first word of field "IorO"if it is "I" then add 1 to NumInorgelse if it is "O" then add 1 to NumOrgset the cursor to 2end repeatgo to first cardput NumOrg into bkgnd field "NumOrg" of card id 39297put NumInorg into bkgnd field "NumInorg" of card id 39297put NumOrg + NumInorg into bkgnd field "Total"set lockscreen to falseend mouseUp</script>